PlayerLimb
The limb of the player, used in the Player part.
It can be any of the following strings: "Head", "Torso", "Left Arm", "Right Arm", "Left Leg", "Right Leg", "HumanoidRootPart".
Luau Type
This is the luau type for PlayerLimb. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type PlayerLimb = "Head" | "Torso" | "Left Arm" | "Right Arm" | "Left Leg" | "Right Leg" | "HumanoidRootPart"